forked from yorkie-team/codepair
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support native platform #4
Open
minai621
wants to merge
160
commits into
main
Choose a base branch
from
support-native-platform
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Chore remove slugify * Feat change slug to encoding text * Feat decoded workspace_slug to encoding back * Feat Add validate title length in CreateModal * Refactor remove duplicated error check * Feat update validation for nickname and title length
…-team#262) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.1 to 4.6.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.1...v4.6.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix checking conflict in note creation * Remove unused `console.log`
…#263) * Add text formatting (bold, italic, code) * Add prevention of duplicate text formatting and toggle handling for multiple text formats * Add formatBar for bold, italic, and cod in Editor component * Styling component using MUI * Add shortcut to support for strikethrough text formatting * refactor FormatBar, TooltipButton component into seperate file * refactor functions within the Editor component * Change formatBar position (for YorkieIntelligence) & Add debouncing for selected text * refactor tooltipButton sx props * refactor combine formatBar states into a single state object * refactor change component TooltipButton -> TooltipToggleButton - TooltipToggleButton move to folder src/components/editor -> src/components/common - Remove custom interface and import ToogleButtonProps in MUI * refactor extract formatBar functions (useFormatUtils) - create customHook useFormatUtils.ts - extract Format&FormatBar functions to useFormatUtils.ts * Refactor useFormatUtils & TooltipToggleButton
) * Add detail error descriptions * Fix exception occurrence * Update JwtAuthGuard to handle token expiration and invalid token errors * Update useErrorHandler to handle custom error responses * Update error handling and exception messages * Update error handler to handle custom error response * Update JwtAuthGuard to handle exception with handleRequest * Remove console.error in useErrorHandler
…in workspaceSlug (yorkie-team#244) * Add 404 NotFound Page * Add query error exception handling condition * Navigate to page 404 according to error conditions * Fix to Specify specific error code * Add error and loading conditions * Move to Global Logic of axios Error status * Remove Logic of Axios Error * Comment to change it to navigate * Move File hooks to utils * Fix: CustomNavigate * Revert "Fix: CustomNavigate" This reverts commit 3a48e1e. * Fix customNavigate to window.location.href * Remove customNavigate * Rebase: Code Conflict
…ie-team#270) * Modify profile click functionality to only show 'Additional Users' popover when more than 4 users are present * Separate UserPresence component from DocumentHeader component * Fix code format
…am#281) * Add pre-commit hook for linting and formatting * Separate checking command failures * Change to lint-staged for pre-commit hook * Clearly revise the error message
…ie-team#283) * Update `package.json` to apply version * Add publish GitHub Actions for release * Add jobs for cleaning version
* Add .gitignore into root project directory(yorkie-team#279) * chore: just combine front, back ignore file - remove .gitignore in each folder * chore: fix legacy file & seperate OD part in gitignore
* Add `MAINTATINING.md` * Add `CHANGELOG.md`
* fix(yorkie_intelligence): integrate YorkieIntelligence into FormatBar * refactor(formatBar) : change naming formatBar -> toolBar * chore(index.tsx): remove unused code * chore(ToolBar): rename FormatBar to ToolBar - change Box to Divider - set up flex using stack component - remove TooltipToggleButton style margin and minWidth * chore(YorkieIntelligence): change setting activated - remove style pointerEvents and, use disabled attribute - remove true check (activated) * chore(Editor): remove true check edtiorStore.cmView * chore(YorkieIntelligence): remove variable activated - change type assertion(intelligenceFooterPivot) to if conditional statement * refactor(YorkieIntelligence): add set up debousing for showToolBar - change naming showFormatBar -> showToolBar - add set up Transition (Effect: Fade, delay: 300ms) * refactor(YorkieIntelligence): remove unnecessary selectionchange event listener * chore(Editor): adjust position of toolbar in Editor.tsx * fix(YorkieIntelligence): improve intelligence footer pivot handling - improve intelligence footer pivot error when changing selection after text formatting * �Change `TODO` comment --------- Co-authored-by: devleejb <[email protected]>
…ring specific KaTex statements (yorkie-team#302)
) * Add .gitignore into root project directory(yorkie-team#279) * chore: just combine front, back ignore file - remove .gitignore in each folder * chore: fix legacy file & seperate OD part in gitignore * Add ollama llm for yorkie intelligence # 255 - add docker image in docker compose file - change yorkie intelligence env var - add lib related to ollama * apply formatting * Add ollama model option yorkie-team#255 - fix docker compose file (user can change ollama conatainer port) - fix readme docs(add --env-file option) - add usable model * feat: add modelList type, change port to baseurl yorkie-team#255 - apply github code review * fix: apply npm format * fix: refactor by github review
* Change provider and model split options * Change `.env.developemnt` descriptions * Change `docker-compose` settings * Change error description in `langchain.module.ts`
* Implement workspace sidebar component * Change the width of workspace selector * Add changing hover state when collapsing side bar
yorkie-team#310) * Add build test on CI * Change CI paths * Update package-lock.json
…llow-downgrade flag
…ml: Add GH_TOKEN environment variable
… and dependencies
… and dependencies
…ndency installation
… and dependencies
… and dependencies
…NSIS installation
… and add x64 architecture support
… and add x64 architecture support
… and add x64 architecture support
…s-2019 and remove unnecessary steps
…k and unnecessary steps
…pdate pnpm action version
…king directory for build steps
… to electron-builder
…moving unnecessary flags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation:
Checklist: